CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - multi-threaded socket

搜索资源列表

  1. CreatingClientServerWinsock_vb

    0下载:
  2. 這是一個client/server multi-threaded socket class.這個源代碼可利用TCP/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of TCP/IP or UDP data of Handshake
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:100121
    • 提供者:周小豪
  1. ddd12054

    0下载:
  2. JAVA 实现客户端与服务端之间的聊天通信,用socket实现多线程和多人的群聊-JAVA and services to achieve client-side chat between the communications, with the realization of multi-threaded socket, and more than a group chat
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:41650
    • 提供者:王寅生
  1. ThreadSoc

    0下载:
  2. 多线程扫描器,有利于多线程学习和简单socket学习-Multi-threaded scanner, is conducive to learning and simple multi-threaded socket learning
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:71960
    • 提供者:lsd
  1. wxMSW-2.8.8

    0下载:
  2. wxWidgets源码 用于开发跨平台的窗口程序 另外还提供一些基本例如多线程 内存管理 socket等支持-wxWidgets source for the development of cross-platform window procedures also provide some basic such as multi-threaded socket, such as memory management support
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-12
    • 文件大小:19483622
    • 提供者:徐达维
  1. httpd.tar

    0下载:
  2. linux下的一个简单的http服务器,主要运用多线程socket技术,可以支持HTML,图片,和CGI程序。本系统在Ubuntu7.04系统上测试运行良好,在浏览器上打开正常-linux under a simple http server, the main use of multi-threaded socket technology, can support HTML, pictures, and the CGI program. This system Ubuntu7.04 test
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:303775
    • 提供者:hh
  1. chat

    0下载:
  2. 用java写的聊天室源码,含有客户端和服务器端的jar文件。运用到多线程和socket技术-With java source code written in the chat room, which contains client and server-side jar file. Applied to multi-threaded and socket technology
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:111809
    • 提供者:zhangbo
  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:375452
    • 提供者:蒋中华
  1. DLL_SRC

    0下载:
  2. 一些通用的编程技术,例如DLL,COM,Socket,多线程等等。这些技术的特点就是使用广泛,但是误解很多;网上教程很多,但是几乎没有什么优质良品。本资源对通用的DLL技术做了一个总结,并提供了源代码。-Some common programming techniques such as DLL, COM, Socket, multi-threaded and so on. The characteristics of these technologies is widely used, but
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7384
    • 提供者:kylie
  1. myChatSocket

    0下载:
  2. 这是一个在vs2003环境下运用socket编写的多线程简单聊天程序。-This is a VS2003 environment prepared by the use of multi-threaded socket easy chat program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:50349
    • 提供者:zhang haitao
  1. ServerSocket_demo

    0下载:
  2. Multi-threaded Client/Server Socket Cla-Multi-threaded Client/Server Socket Class
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-24
    • 文件大小:247400
    • 提供者:周雄军
  1. a

    0下载:
  2. A multi-threaded simple crawler with C# socketsmulti-thread-simple-crawler-socket
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:469069
    • 提供者:cerberus
  1. Pro123

    0下载:
  2. 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interfac
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-26
    • 文件大小:35538
    • 提供者:l
  1. chap3

    0下载:
  2. 有基于TCP与UDP的网络聊天程序,支持多线程-TCP and UDP based on network chat program to support multi-threaded
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-10
    • 文件大小:16964525
    • 提供者:liu
  1. 服务器与客户间通过套接口Socket(TCP)连接

    1下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法 -Between server and client through the socket Socket (
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:903674
    • 提供者:张进
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. vb

    0下载:
  2. 在编程中多线程,委托与socket的关系及各自的运用方法-Multi-threaded, the relationship between the commission and the socket
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:2723
    • 提供者:王林
  1. java3-request_time

    0下载:
  2. Java 多线程文件 socket编程,课供参考-Java multi-threaded socket file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2715
    • 提供者:lsx
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. mdiapp

    0下载:
  2. bcb 截屏程序,用到 Socket传输 多线程等-Screenshots bcb procedures used, such as multi-threaded transfer Socket
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:346598
    • 提供者:changyou
  1. cxdm

    0下载:
  2. 计算机网络课程设计,基于Java的多线程聊天室-Multi-threaded chat room
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:21642
    • 提供者:123
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com